home *** CD-ROM | disk | FTP | other *** search
/ Hand Picked Software / Hand Picked Software.iso / games / llamatrn / i.bat < prev    next >
DOS Batch File  |  1995-03-13  |  186b  |  10 lines

  1. echo off 
  2. choice install to C:\ggames directory y/n 
  3. if errorlevel 2 goto bye 
  4. :install 
  5. md c:\ggames 
  6. md c:\ggames\cl 
  7. md c:\ggames\cl\ll 
  8. xcopy *.* c:\ggames\cl\ll /s 
  9. :bye 
  10.